@charset "UTF-8";
.pankuzu {
  margin: 15px auto 20px !important;
}

.kv_sub {
  flex-direction: column;
}

.lead {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead {
    width: 90%;
    font-size: 14px;
    text-align: left;
  }
}

#active_btn {
  color: #ffffff !important;
  background-color: #ea5703 !important;
  border: 0px !important;
}
#active_btn:last-child {
  background-color: #ffffff;
  color: #606060;
  border: 1px solid #b7b7b7;
}

.main_contents {
  width: 1200px;
  margin: 0 auto;
  /* external css: flickity.css */
}
@media screen and (max-width: 960px) {
  .main_contents {
    width: 100%;
    padding: 0 3.5%;
    overflow-x: hidden;
  }
}
.main_contents * {
  box-sizing: border-box;
}
.main_contents .gallery {
  width: 1000px;
  margin: 20px auto 40px;
  background: #eee;
  /* cell number */
}
@media screen and (max-width: 768px) {
  .main_contents .gallery {
    width: 100%;
    height: 350px;
  }
}
.main_contents .gallery .gallery-a-container {
  width: 50%;
  height: 350px;
  margin-right: 10px;
  background-color: #ffffff;
  border: 1px solid #b7b7b7;
  position: relative;
}
.main_contents .gallery .gallery-a-container:hover {
  box-shadow: 0 4px 5px 0 rgba(234, 87, 3, 0.14), 0 1px 10px 0 rgba(234, 87, 3, 0.14), 0 2px 4px -1px rgba(234, 87, 3, 0.14);
  border: 1px solid #f4f4f4;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .main_contents .gallery .gallery-a-container {
    width: 100%;
    height: 350px;
  }
}
.main_contents .gallery .gallery-a-container a {
  display: block;
  padding: 10px 10px;
  position: relative;
  height: 100%;
}
.main_contents .gallery .gallery-a-container a:hover::before {
  border-top: 4em solid transparent;
  border-right: 4em solid #ea5703;
  transition: all 0.5s;
}
.main_contents .gallery .gallery-a-container a:hover .contentsBtn-slide p {
  background-color: #ea5703;
  transition: all 0.5s;
  box-shadow: 0 4px 5px 0 rgba(234, 87, 3, 0.14), 0 1px 10px 0 rgba(234, 87, 3, 0.14), 0 2px 4px -1px rgba(234, 87, 3, 0.14);
}
.main_contents .gallery .gallery-a-container a .contentsBtn-slide {
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.main_contents .gallery .gallery-a-container a .contentsBtn-slide p {
  width: 240px;
  height: 40px;
  background-color: #606060;
  color: #ffffff;
  padding: 10px 60px;
  font-size: 16px;
  border-radius: 31px;
  position: relative;
  bottom: 0;
  transition: all 0.5s;
  box-shadow: 0px 5px 5px #999999;
}
.main_contents .gallery .gallery-a-container a .contentsBtn-slide p::after {
  position: absolute;
  content: "";
  left: 70%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-80%);
}
.main_contents .gallery .gallery-a-container a .slideimg {
  display: flex;
  margin: 10px auto;
  width: 328px;
  border: 1px solid rgb(0, 0, 0);
}
.main_contents .gallery .gallery-a-container a ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .main_contents .gallery .gallery-a-container a ul {
    padding: 0 10px;
  }
}
.main_contents .gallery .gallery-a-container a ul .companyLogo {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_contents .gallery .gallery-a-container a ul .companyLogo img {
  width: 100%;
  height: auto;
}
.main_contents .gallery .gallery-a-container a ul .companyLogo.tate {
  align-items: flex-start;
}
.main_contents .gallery .gallery-a-container a ul .companyLogo.tate img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .main_contents .gallery .gallery-a-container a ul .companyLogo.tate img {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .main_contents .gallery .gallery-a-container a ul .companyLogo.tate img {
    width: 70%;
  }
}
.main_contents .gallery .gallery-a-container a ul .companyLogo.yoko img {
  width: 100%;
}
.main_contents .gallery .gallery-a-container a ul .title {
  width: 65%;
}
.main_contents .gallery .gallery-a-container a ul .title p {
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  color: #ea5703;
  font-weight: 600;
}
.main_contents .gallery .gallery-a-container a ul .title p .nowrap {
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .main_contents .gallery .gallery-a-container a ul .title p {
    font-size: 14px;
  }
  .main_contents .gallery .gallery-a-container a ul .title p .nowrap {
    white-space: normal;
  }
}
.main_contents .gallery .gallery-a-container a .no_logo_txt {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_contents .gallery .gallery-a-container a .no_logo_txt p {
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  color: #ea5703;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main_contents .gallery .gallery-a-container a .no_logo_txt p {
    font-size: 14px;
  }
}
.main_contents .gallery .gallery-a-container a .corporate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main_contents .gallery .gallery-a-container a .corporate {
    display: block;
    margin: 10px 0;
  }
}
.main_contents .gallery .gallery-a-container a .corporate li {
  color: #606060;
  font-size: 16px;
  margin: 20px 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .main_contents .gallery .gallery-a-container a .corporate li {
    font-size: 14px;
    margin: 0;
  }
  .main_contents .gallery .gallery-a-container a .corporate li:nth-child(2) {
    display: none;
  }
  .main_contents .gallery .gallery-a-container a .corporate li:nth-child(3) {
    font-weight: bold;
  }
}
.main_contents .gallery .gallery-a-container .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  .main_contents .gallery .gallery-a-container .category {
    margin-bottom: 80px;
  }
}
.main_contents .gallery .gallery-a-container .category li {
  color: #606060;
  padding: 2px 10px;
  white-space: nowrap;
  border: 1px solid #ea5703;
  border-radius: 50px;
  margin: 0 15px 10px 0;
}
@media screen and (max-width: 768px) {
  .main_contents .gallery .gallery-a-container .category li {
    margin: 5px 10px 10px 0;
  }
}
.main_contents .gallery .gallery-cell {
  width: 50%;
  height: 200px;
  margin-right: 10px;
  background: #8c8;
  counter-increment: gallery-cell;
}
.main_contents .gallery .gallery-cell .is-selected {
  background: #ed2;
}
.main_contents .gallery .gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
.main_contents .a-tab {
  width: auto;
  margin: 0px auto 50px;
  overflow: hidden;
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
@media screen and (max-width: 768px) {
  .main_contents .a-tab {
    width: 100%;
    margin: 0 auto;
  }
}
.main_contents .a-tab .tabs {
  margin-top: 50px;
  background-color: #fff;
  /*ox-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main_contents .a-tab .tabs {
    width: 90%;
  }
}
.main_contents .a-tab .tab_item {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 50%;
  content: center;
  height: 50px;
  border: 1px solid rgb(126, 126, 126);
  background-color: #d9d9d9;
  line-height: 20px;
  font-size: 12px;
  padding-top: 5px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .main_contents .a-tab .tab_item {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 50px;
  }
}
.main_contents .a-tab .tab_item p {
  font-size: 12px;
  font-weight: bold;
}
.main_contents .a-tab .tab_item p span {
  font-size: 15px;
  font-weight: bold;
}
.main_contents .a-tab .tab_item:hover {
  opacity: 0.75;
}
.main_contents .a-tab input[name=tab_item] {
  display: none;
}
.main_contents .a-tab .tab_content {
  display: none;
  padding: 20px 10px 0;
  clear: both;
  overflow: hidden;
  border-left: 1px solid rgb(126, 126, 126);
  border-right: 1px solid rgb(126, 126, 126);
  border-bottom: 1px solid rgb(126, 126, 126);
}
.main_contents .a-tab .tab_content .Annotation {
  width: 800px;
  font-size: 12px;
  margin: 0 10px 10px;
  padding: 10px;
  text-align: left;
  border: 1px solid #b7b7b7;
}
@media screen and (max-width: 768px) {
  .main_contents .a-tab .tab_content .Annotation {
    width: 100%;
    font-size: 11px;
    margin: 0 auto 10px;
    cursor: pointer;
  }
}
.main_contents .a-tab .tab_content .Annotation dl dt {
  position: relative;
}
.main_contents .a-tab .tab_content .Annotation dl dt::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #606060;
}
.main_contents .a-tab .tab_content .Annotation dl dd {
  display: none;
  padding-top: 10px;
  font-size: 12px;
}
.main_contents .a-tab .tab_content .Annotation p {
  font-size: 12px;
}
.main_contents .a-tab .tab_content .Annotation .btnAct::after {
  transform: translateY(-100%) rotate(-180deg);
}
.main_contents .a-tab .tab_content .AnnotationSp {
  width: 1140px;
  font-size: 12px;
  margin: 0px 30px 30px 30px;
  padding: 10px;
  text-align: left;
  border: 1px solid #b7b7b7;
}
@media screen and (max-width: 768px) {
  .main_contents .a-tab .tab_content .AnnotationSp {
    width: 100%;
    font-size: 11px;
    margin: 0 auto 10px;
    cursor: pointer;
    display: none;
  }
}
.main_contents .a-tab .tab_content .AnnotationSp dl dt {
  position: relative;
}
.main_contents .a-tab .tab_content .AnnotationSp dl dt::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #606060;
}
.main_contents .a-tab .tab_content .AnnotationSp dl dd {
  display: none;
  padding-top: 10px;
  font-size: 12px;
}
.main_contents .a-tab .tab_content .AnnotationSp .btnAct::after {
  transform: translateY(-100%) rotate(-180deg);
}
.main_contents .a-tab #all:checked ~ #all_content,
.main_contents .a-tab #service:checked ~ #service_content,
.main_contents .a-tab #kadai:checked ~ #kadai_content {
  display: block;
}
.main_contents .a-tab .tabs input:checked + .tab_item {
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.main_contents .a-tab p {
  font-size: 16px;
  margin-left: 10px;
}
.main_contents .a-tab .btnAct::after {
  transform: translateY(-100%) rotate(-180deg);
}
.main_contents .a-tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .main_contents .a-tab ul {
    display: block;
    margin-bottom: 15px;
    justify-content: center;
  }
}
.main_contents .a-tab ul li {
  cursor: pointer;
  width: 180px;
  white-space: nowrap;
  margin: 5px 10px;
  padding: 5px 20px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #b7b7b7;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main_contents .a-tab ul li {
    display: none;
    width: 100%;
    font-size: 14px;
    padding: 5px 3px;
    margin: -1px auto;
    border-collapse: collapse;
  }
}
.main_contents .a-tab ul li:hover:before {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .main_contents .a-tab ul li:hover:before {
    transform: scale(0, 0);
  }
}
.main_contents .a-tab ul li:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #ea5703;
  transform: scale(0, 1);
  transform-origin: center bottom;
  transition: transform 0.5s;
}
.main_contents .a-container {
  width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .main_contents .a-container {
    display: block;
    width: 100%;
    margin: auto;
    background-image: none;
  }
}
.main_contents .a-container .a-contents {
  width: 500px;
  margin-bottom: 60px;
  background-color: #ffffff;
  border: 1px solid #b7b7b7;
  position: relative;
}
.main_contents .a-container .a-contents:hover {
  box-shadow: 0 4px 5px 0 rgba(234, 87, 3, 0.14), 0 1px 10px 0 rgba(234, 87, 3, 0.14), 0 2px 4px -1px rgba(234, 87, 3, 0.14);
  border: 1px solid #f4f4f4;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .main_contents .a-container .a-contents {
    width: 100%;
    height: auto;
    margin: 30px auto;
  }
}
.main_contents .a-container .a-contents a {
  display: block;
  padding: 0 auto;
  position: relative;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .main_contents .a-container .a-contents a {
    height: auto;
  }
}
.main_contents .a-container .a-contents a:hover::before {
  border-top: 4em solid transparent;
  border-right: 4em solid #ea5703;
  transition: all 0.5s;
}
.main_contents .a-container .a-contents a:hover .contentsBtn li {
  background-color: #ea5703;
  transition: all 0.5s;
  box-shadow: 0 4px 5px 0 rgba(234, 87, 3, 0.14), 0 1px 10px 0 rgba(234, 87, 3, 0.14), 0 2px 4px -1px rgba(234, 87, 3, 0.14);
}
.main_contents .a-container .a-contents .txt {
  color: #606060;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .main_contents .a-container .a-contents .txt {
    font-size: 16px;
  }
}
.main_contents .a-container .a-contents .companyimg {
  border-bottom: 1px solid #b7b7b7;
  width: 100%;
}
.main_contents .a-container .a-contents .title {
  display: block;
  margin: 0 20px;
  font-size: 22px;
  line-height: 1.25;
  padding: 0;
  /*border-bottom: 1px solid #acacac;*/
  text-align: left;
  color: #ea5703;
}
@media screen and (max-width: 768px) {
  .main_contents .a-container .a-contents .title {
    font-size: 23px;
    margin: 0 20px;
    padding: 0;
  }
}
.main_contents .a-container .a-contents .longtitle {
  font-size: 20px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .main_contents .a-container .a-contents .longtitle {
    font-size: 23px;
    margin: 0 20px;
    padding: 0;
    line-height: 1.25;
  }
}
.main_contents .a-container .a-contents .companyLogo {
  height: 40px;
  margin-top: 10px;
}
.main_contents .a-container .a-contents .corporate {
  width: 100%;
  margin: 10px 0 0 20px;
  display: flex;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main_contents .a-container .a-contents .corporate {
    width: auto;
    display: block;
    margin: 10px auto;
    text-align: center;
  }
}
.main_contents .a-container .a-contents .corporate li {
  color: #606060;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main_contents .a-container .a-contents .corporate li {
    text-align: center;
  }
  .main_contents .a-container .a-contents .corporate li:nth-child(2) {
    display: none;
  }
  .main_contents .a-container .a-contents .corporate li:nth-child(3) {
    font-weight: bold;
  }
}
.main_contents .a-container .a-contents .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 20px 0px;
}
@media screen and (max-width: 768px) {
  .main_contents .a-container .a-contents .category {
    display: none;
  }
}
.main_contents .a-container .a-contents .category li {
  color: #606060;
  padding: 1px 6px;
  white-space: nowrap;
  border: 1px solid #ea5703;
  border-radius: 50px;
  margin: 0 12px 10px 0;
}
@media screen and (max-width: 768px) {
  .main_contents .a-container .a-contents .category li {
    margin: 5px 10px 10px 0;
  }
}
.main_contents .a-container .comingSoon {
  background: #999999 !important;
  pointer-events: none;
  position: relative;
}
.main_contents .a-container .comingSoon .title,
.main_contents .a-container .comingSoon .txt,
.main_contents .a-container .comingSoon .corporate,
.main_contents .a-container .comingSoon .category {
  border: #999999;
  color: #999999;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main_contents .a-container .comingSoon .title li,
.main_contents .a-container .comingSoon .txt li,
.main_contents .a-container .comingSoon .corporate li,
.main_contents .a-container .comingSoon .category li {
  color: #999999;
  border: #999999;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main_contents .a-container .comingSoon .roll {
  animation: rollkAnime 5s linear infinite;
  position: absolute;
  top: 40%;
  left: 20%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main_contents .a-container .comingSoon .roll {
    top: 40%;
    left: 10%;
  }
}
@keyframes rollkAnime {
  25% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.a-jdc .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 20px 0px;
}
@media screen and (max-width: 768px) {
  .a-jdc .category {
    display: none;
  }
}
.a-jdc .category li {
  color: #606060;
  padding: 1px 6px;
  white-space: nowrap;
  border: 1px solid #ea5703;
  border-radius: 50px;
  margin: 0 12px 8px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .a-jdc .category li {
    margin: 5px 10px 10px 0;
  }
}

.fix_btn {
  position: fixed;
  max-width: 950px;
  bottom: -100%;
  left: 50%;
  width: auto;
  transform: translate(-50%, 0);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.fix_btn.pc {
  background: none;
  padding: 0;
  width: auto;
  left: auto;
  right: 0;
  transform: none;
  display: block;
}
.fix_btn.pc a.tel {
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .fix_btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fix_btn a {
    width: 100%;
  }
}

.contentsBtn {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 15px;
}
@media screen and (max-width: 768px) {
  .contentsBtn {
    position: static;
    margin: 30px auto;
  }
}
.contentsBtn li {
  width: 260px;
  background-color: #606060;
  color: #ffffff;
  padding: 20px 60px;
  font-size: 16px;
  border-radius: 31px;
  position: relative;
  bottom: 0;
  transition: all 0.5s;
  box-shadow: 0px 5px 5px #999999;
}
.contentsBtn li::after {
  position: absolute;
  content: "";
  left: 70%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-80%);
}

.art_slide li img {
  width: 70px !important;
  margin: 0 0 0px 30px !important;
}
@media screen and (max-width: 768px) {
  .art_slide li img {
    width: 70px !important;
    margin: 0 0 0px 20px !important;
  }
}
.art_slide li b {
  width: 70% !important;
  font-size: 17px !important;
}
@media screen and (max-width: 768px) {
  .art_slide li b {
    width: 65% !important;
    padding: 5px 0 0 !important;
    font-size: 14px !important;
  }
}

.title ruby {
  font-weight: 600;
}/*# sourceMappingURL=layout - Copy.css.map */